|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.engine.runtime.Component
public abstract class Component
Base class for components that make up a process.
| Field Summary | |
|---|---|
protected Blueprint |
blueprint
The blueprint of the process. |
protected java.lang.reflect.Constructor[] |
constructors
The constructors for the component. |
protected java.lang.reflect.Method[] |
mutators
The mutator methods of the component. |
| Constructor Summary | |
|---|---|
Component(Blueprint blueprint,
java.lang.Class type)
Creates a new Component. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Blueprint blueprint
protected final java.lang.reflect.Constructor[] constructors
protected final java.lang.reflect.Method[] mutators
| Constructor Detail |
|---|
public Component(Blueprint blueprint,
java.lang.Class type)
throws java.lang.NullPointerException
blueprint - The blueprint of the process.type - The type of the component.
java.lang.NullPointerException - If the supplied blueprint is null.
java.lang.NullPointerException - If the supplied type is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||